Skip to content

[6.x] Fix startRegistration() warning when registering passkeys - #15328

Merged
jasonvarga merged 1 commit into
6.xfrom
15212
Sep 1, 2026
Merged

[6.x] Fix startRegistration() warning when registering passkeys#15328
jasonvarga merged 1 commit into
6.xfrom
15212

Conversation

@duncanmcclean

@duncanmcclean duncanmcclean commented Sep 1, 2026

Copy link
Copy Markdown
Member

This pull request fixes an issue where passkey registration emits an incorrect call warning from SimpleWebAuthn.

This was happening because startRegistration() was being passed registration options directly, using the API shape discontinued in SimpleWebAuthn 11. The library continues through a backwards-compatibility path, but logs a warning.

This PR fixes it by passing the registration options through the documented optionsJSON property.

Related: #15212

@duncanmcclean duncanmcclean changed the title [6.x] Fix passkey registration options [6.x] Fix startRegistration() warning when registering passkeys Sep 1, 2026
@jasonvarga
jasonvarga merged commit e9d2e4a into 6.x Sep 1, 2026
67 checks passed
@jasonvarga
jasonvarga deleted the 15212 branch September 1, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants